KikuGie's Commons
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.result
/
getOrDefault
get
Or
Default
inline
fun
<
T
>
KOptional
<
T
>
.
getOrDefault
(
default
:
T
)
:
T
(
source
)
Returns the value if it's present, or
default
otherwise.